GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-02T02:29:44.0346558+00:00",
"SubmitDate": "2026-02-02T02:29:44.0346558+00:00",
"ReportPeriodStart": "2026-02-02T02:29:44.0346558+00:00",
"ReportPeriodEnd": "2026-02-02T02:29:44.0346558+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e3b0be1c-8a97-479a-ad2e-b76fccd151cd",
"Rows": [
{
"ItemId": "5097d699-9e73-47f9-983b-b756142276c0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5097d699-9e73-47f9-983b-b756142276c0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e3b0be1c-8a97-479a-ad2e-b76fccd151cd",
"Rows": [
{
"ItemId": "5097d699-9e73-47f9-983b-b756142276c0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5097d699-9e73-47f9-983b-b756142276c0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ff85d7d8-edb8-4d88-970d-76b3dfcaf5aa",
"3ebc2677-b080-4d3d-969f-f056801aa2b6"
],
"Approvers": [
"9ba00d95-d052-40a2-b836-4f3da9100830",
"5e12b740-ddbf-461e-9b33-d6feb9644f1c"
],
"ApprovedBy": "b5ad8b14-4f7a-4e8b-9fd4-ae271ced8555",
"ApprovalDate": "2026-02-02T02:29:44.0346558+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4aefb8a4-62aa-4e48-883a-389d5fccd8b2",
"id": "0c718251-2cae-4711-9dae-2421b4797a2a",
"ConfigId": "a5a3a3d1-00cb-4b8a-a95a-b271aed85401"
},
{
"GenerationDate": "2026-02-02T02:29:44.0346558+00:00",
"SubmitDate": "2026-02-02T02:29:44.0346558+00:00",
"ReportPeriodStart": "2026-02-02T02:29:44.0346558+00:00",
"ReportPeriodEnd": "2026-02-02T02:29:44.0346558+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e3b0be1c-8a97-479a-ad2e-b76fccd151cd",
"Rows": [
{
"ItemId": "5097d699-9e73-47f9-983b-b756142276c0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5097d699-9e73-47f9-983b-b756142276c0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e3b0be1c-8a97-479a-ad2e-b76fccd151cd",
"Rows": [
{
"ItemId": "5097d699-9e73-47f9-983b-b756142276c0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5097d699-9e73-47f9-983b-b756142276c0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ff85d7d8-edb8-4d88-970d-76b3dfcaf5aa",
"3ebc2677-b080-4d3d-969f-f056801aa2b6"
],
"Approvers": [
"9ba00d95-d052-40a2-b836-4f3da9100830",
"5e12b740-ddbf-461e-9b33-d6feb9644f1c"
],
"ApprovedBy": "b5ad8b14-4f7a-4e8b-9fd4-ae271ced8555",
"ApprovalDate": "2026-02-02T02:29:44.0346558+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4aefb8a4-62aa-4e48-883a-389d5fccd8b2",
"id": "0c718251-2cae-4711-9dae-2421b4797a2a",
"ConfigId": "a5a3a3d1-00cb-4b8a-a95a-b271aed85401"
}
]